All Questions
Tagged with compilerssegmentation
1 question
3votes
4answers
1kviews
Was there ever a compiler type that was just large enough to contain a memory segment?
From this answer, Hark back to the days of segmented 16-bit architectures for example: an array might be limited to a single segment (so a 16-bit size_t would do) BUT you could have multiple ...